home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 March / JOY146_CD2.iso / Data / Sharewares / Jeux / vs5full.exe / {app} / spectatormenu.txt < prev    next >
Text File  |  2002-03-05  |  1KB  |  59 lines

  1. // Command Menu definition
  2. // 
  3. // Basic Format:
  4. //        "<Bound Key>" "<Button Text>" "<Command sent to server>"
  5. //
  6. // 
  7. //
  8. //
  9. // Buttons can also open up submenus, as follows:
  10. // {
  11. //     "Some More Options",
  12. //    {
  13. //        ...
  14. //    }
  15. // }
  16. //
  17. //
  18. // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
  19. // around or deleted.
  20. //
  21. //
  22. // Limitations:
  23. //        Maximum of 50 menus.
  24. //        Maximum of 100 buttons per menu.
  25.  
  26. //--------------------------------------------------------
  27. // Everything below here is editable
  28.  
  29. "6" "OK"     "spec_menu 0"
  30.  
  31. "5" "Help"    "spec_help"
  32.  
  33. "4" "Settings"
  34. {    
  35.     TOGGLE     "6" "Chat Messages"    "hud_saytext"
  36.     
  37.     TOGGLE    "5" "Show Status"    "spec_drawstatus"
  38.     
  39.     TOGGLE    "4" "View Cone"        "spec_drawcone"
  40.     
  41.     TOGGLE    "3" "Player Names"    "spec_drawnames"
  42. }
  43.  
  44. TOGGLE    "3" "Picture-In-Picture" "spec_pip"
  45. TOGGLE    "2" "Auto Director"    "spec_autodirector"
  46.  
  47. //TEAM0 "3" "Join Game"    "joingame;chooseteam"
  48.  
  49. "1" "Show Scores"    "togglescores"
  50.  
  51. // Here are the rest of the buttons and submenus
  52. // You can change these safely if you want.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.